default Presentation Request
Returns the default JavaScript PresentationRequest specified on the page.
Usually, the default PresentationRequest is specified on resources like YouTube. The developer can specify it this way:
const presentationRequest = new PresentationRequest(['receiver/index.html']);
navigator.presentation.defaultRequest = presentationRequest;
Content copied to clipboard
Since
7.34
Throws
if the browser is closed